Filters the data using specified filter parameters.
シンタックス
'宣言
Public Overloads Shared Function FilterAsync(Of As Class)( _
ByVal As IDataCollection(Of T), _
ByVal As System.String, _
ByVal As FilterOperation, _
ByVal As System.Object _
) As System.Threading.Tasks.Task
public static System.Threading.Tasks.Task FilterAsync<>(
IDataCollection<T> ,
System.string ,
FilterOperation ,
System.object
)
where T: class
パラメータ
- dataCollection
- The data collection.
- filterPath
- The path of the data item to which the filter will be applied.
- filterOperation
- The filter operation.
- value
- The value used in the expression.
型パラメータ
- T
参照